home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / fly8-110 / flyudp < prev    next >
Text File  |  1995-07-17  |  606b  |  16 lines

  1. # flyudp
  2. #
  3. # This is part of the flight simulator 'fly8'.
  4. # Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. #
  6. # An example of setting up two UDPs for head-to-head. In real life the two
  7. # processes will be started on different machines.
  8. #
  9. # 'localhost' is the name of the host that runs the server. Start the server
  10. # as 'fly8udp &'. To stop it run 'udpmgr localhost' and enter 'shutdown'.
  11. # Then enter 'end' to stop 'udpmgr'.
  12.  
  13. rm fly1.log fly2.log
  14. fly8 r N1 Tone dnudp.1:localhost:pack Lfly1.log $1 $2 $3 $4 $5 $6 $7 $8 $9 &
  15. fly8 r N2 Tone dnudp.1:localhost:pack Lfly2.log $1 $2 $3 $4 $5 $6 $7 $8 $9 &
  16.